Method LoadAsync(IEnumerable<long>, IRedbUser, int, bool?)

Assembly: redb.Core.dll

Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
Supports objects of different schemes in one request.

public Task<List<IRedbObject>> LoadAsync(IEnumerable<long> objectIds, IRedbUser user, int depth = 10, bool? lazyLoadProps = null)